home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / raytrace / radiance / simplerd.lha / simplerad / FinalFTP / Conv / Qmodel / qm2patch.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-05-26  |  797 b   |  22 lines

  1. /**********************************************************************/
  2. /* qm2patch.h                                                         */
  3. /*                                                                    */
  4. /* Copyright (C) 1992, Bernard Kwok                                   */
  5. /* All rights reserved.                                               */
  6. /* Revision 1.0                                                       */
  7. /* May, 1992                                                          */
  8. /**********************************************************************/
  9. #include "MxMatrix.h"
  10.  
  11. #define    FALSE    0
  12. #define    TRUE    1
  13.  
  14. typedef float surface[100][100][5];
  15. typedef float vector[4];
  16. typedef float matrix[4][4];
  17. typedef struct {
  18.   float red;
  19.   float green;
  20.   float blue;
  21. } Colour;
  22.